home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Games
/
Hexagonal CA
/
HexCA.h
/
AppGlobals.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-05-30
|
311 b
|
20 lines
|
[
TEXT/CWIE
]
#ifndef _AppGlobals_
#define _AppGlobals_
#ifdef _Main_Module_
#define SCOPE /*GLOBAL*/
#else
#define SCOPE extern
#endif
#include "AppTypes.h"
SCOPE CTabHandle gClut;
SCOPE short gSaveDepth;
SCOPE GDHandle gSaveGDevice;
SCOPE MenuHandle gDeskMenu,
gFileMenu,
gEditMenu;
#undef _Main_Module_
#endif